home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Games World / SharewareGames / Xconq 7.2.2 / lib / feb-1917.g < prev    next >
Text File  |  1998-05-22  |  991b  |  40 lines

  1. (game-module "feb-1917"
  2.   (title "February Revolution")
  3.   (blurb "Russian revolution of february 1917")
  4.   (base-module "russian-rev")
  5.   (variants
  6.     (see-all false)
  7.   )
  8. )
  9.  
  10. (set terrain-seen true)
  11.  
  12. (include "u-rus-1910")
  13.  
  14. (set synthesis-methods '(make-initial-materials))
  15.  
  16. (set calendar '(usual day))
  17.  
  18. (set initial-date "12 Mar 1917") ; but february, old style
  19.  
  20. (side 1 (name "Russian Empire") (noun "Czarist")
  21.         (color "blue") (emblem-name "arms-russia"))
  22. (side 2 (name "The Revolution") (adjective "revolutionary")
  23.         (color "red") (emblem-name "hammer-and-sickle"))
  24. (side 3 (name "Germany") (noun "German") 
  25.         (color "gray,black,white") (emblem-name "german-cross"))
  26.  
  27. (unit "Tashkent" (s 1))
  28. (unit "Petrograd" (s 2))
  29. (unit "Warszawa" (s 3))
  30.  
  31. (game-module (design-notes (
  32.   "This scenario is under developement;"
  33.   "Massimo Campostrini <campo@mailbox.difi.unipi.it>"
  34.   ""
  35.   "Really set up the forces in february 1917."
  36. )))
  37. (game-module (notes (
  38.   "Under contruction."
  39. )))
  40.